PDF4Java Reference Documentation
com.o2sol.pdf4java.content.visualobjects Package / PDFFormXObjectVisualObject Class / getFormXObjectCorners Method
In This Topic
    getFormXObjectCorners Method
    In This Topic
    Gets the corners of the form XObject.
    The order of the corners in the array is the following: lower left, lower right, upper right, upper left.
    Syntax
    public PDFPoint[] getFormXObjectCorners()

    Return Value

    The coordinates on the page of the form XObject's corners.
    See Also